.m-shop-box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    box-sizing: border-box;
    padding: 4em 1%;
    flex-direction: row-reverse;
    align-items: flex-start;
    /* background-color: rgba(255, 255, 255, 0.687); */
}
@media only screen and (max-width:900px){
    .m-shop-box{
        flex-direction: column-reverse;
        /* padding: 0 !important; */
        
    }
}

    
